Skip to content

ci: split lint-and-format into separate jobs#3

Merged
seiya-koji merged 1 commit into
mainfrom
ci/split-jobs
Jul 13, 2026
Merged

ci: split lint-and-format into separate jobs#3
seiya-koji merged 1 commit into
mainfrom
ci/split-jobs

Conversation

@seiya-koji

Copy link
Copy Markdown
Owner

Summary

  • Split the lint-and-format CI job into lint, format, type-check, and test so the job name matches what it actually runs
  • Coverage enforcement and Codecov upload were already in place; the test job keeps that as-is

Test plan

  • npm run lint, npm run format:check, npm run compile pass
  • npm run test:coverage passes with 100% statements/branches/functions/lines

Split the lint-and-format CI job into lint, format, type-check, and
test jobs so each check runs and reports independently. Coverage
enforcement and Codecov upload were already in place.
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@seiya-koji
seiya-koji merged commit a5a7c07 into main Jul 13, 2026
6 checks passed
@seiya-koji
seiya-koji deleted the ci/split-jobs branch July 13, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant